nhooyr.io/websocket.netConn.msgType (field)
5 uses
nhooyr.io/websocket (current package)
netconn.go#L53: msgType: msgType,
netconn.go#L98: msgType MessageType
netconn.go#L133: err := nc.c.Write(nc.writeCtx, nc.msgType, p)
netconn.go#L175: if typ != nc.msgType {
netconn.go#L176: err := fmt.Errorf("unexpected frame type read (expected %v): %v", nc.msgType, typ)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |